term shiftenternewline config for claude code Shift+Enter support#2285
term shiftenternewline config for claude code Shift+Enter support#2285
Conversation
|
Caution Review failedThe pull request is closed. WalkthroughIntroduces a new boolean setting term:shiftenternewline across schema (settings.json), backend config/meta constants and structs (wconfig, waveobj), and frontend types. In the terminal UI, when enabled, Shift+Enter sends the escape byte (0x1b) followed by newline to the controller; default behavior unchanged otherwise. Documentation (config and FAQ) adds configuration and usage instructions. A new exported utility function escapeBytes(str: string) is added to escape control bytes for display/logging. No removals; only additive changes to types, constants, schema, docs, and a gated key handling path in terminal.tsx. Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Tip 🔌 Remote MCP (Model Context Protocol) integration is now available!Pro plan users can now connect to remote MCP servers from the Integrations page. Connect with popular remote MCPs such as Notion and Linear to add more context to your reviews and chats. 📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 💡 Knowledge Base configuration:
You can enable these sources in your CodeRabbit configuration. 📒 Files selected for processing (10)
✨ Finishing Touches
🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
No description provided.